home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / b / b.lha / B / doc / Makefile < prev    next >
Makefile  |  1988-11-24  |  522b  |  30 lines

  1. # Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1984.
  2.  
  3. DOCS          = bproject \
  4.         bugreport \
  5.         description \
  6.         quickref \
  7.         usersguide
  8.  
  9. PRINT          = vtroff
  10.  
  11. all:        print
  12.  
  13. clean:;
  14.  
  15. install:;
  16.  
  17. print:         $(DOCS)
  18.         @touch print
  19.  
  20. bproject:    Bproject
  21.         print Bproject
  22. bugreport:
  23.         print BugReport
  24. description:    Descr.macs Description1 Description2 bfont.def
  25.         $(PRINT) Descr.macs Description1 Description2
  26. quickref:    QuickRef bfont.def
  27.         $(PRINT) QuickRef
  28. usersguide:    UsersGuide.ms bfont.def
  29.         $(PRINT) -ms UsersGuide.ms
  30.